-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update LICENSE.txt #17684
Update LICENSE.txt #17684
Conversation
Hi @rohmanhm, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rohmanhm thanks for the PR, i think it is cool to get the License tab to show up in the repo. A couple of comments on the PR... Microsoft policy is to include the "All rights reserved." clause and omit the year. If you make these changes, will the license tab still show up in GitHub?
@chrisdias Done, sorry my bad miss one line, but now it's clear |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change... also can we remove the copyright year?
"Copyright (c) Microsoft Corporation"
@chrisdias Sorry, you can't. If you remove the copyright year, GitHub can't recognize your MIT License and your LICENSE Tab can't show up. Because of invalid format for MIT License. References |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, hopefully last change request :).
After checking with our legal folks, can you do a range on the copyright year?
Copyright (c) 2015 - present Microsoft Corporation
This should still be valid and it will show up as a new tab.
Yes, you can. I make a new commit and it's valid MIT License. You can keep going. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
yy |
|
This is the correct writing for MIT License.
With this, you will get MIT licenses tab beside contributors tab.